From 2c8f68b2cfa2432ade7ffb9a9a8223b90540d156 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Wed, 17 May 2006 01:16:06 +0000 Subject: [PATCH] Move palmdoc options to options/ --- .../options/palmdoc-bookmarks_short.xml | 10 +++++- xmldoc/formats/options/palmdoc-dbname.xml | 6 +++- xmldoc/formats/options/palmdoc-encrypt.xml | 4 ++- xmldoc/formats/options/palmdoc-logs.xml | 4 ++- xmldoc/formats/options/palmdoc-nosep.xml | 4 ++- xmldoc/formats/palmdoc.xml | 32 ++++++------------- 6 files changed, 33 insertions(+), 27 deletions(-) diff --git a/xmldoc/formats/options/palmdoc-bookmarks_short.xml b/xmldoc/formats/options/palmdoc-bookmarks_short.xml index 8b1378917..b1c22efb5 100644 --- a/xmldoc/formats/options/palmdoc-bookmarks_short.xml +++ b/xmldoc/formats/options/palmdoc-bookmarks_short.xml @@ -1 +1,9 @@ - + +If you would like the generated bookmarks to start with +the short name for the waypoint, specify this option. + + +This is particularly useful when used in combination with the 'sort' +filter. + + diff --git a/xmldoc/formats/options/palmdoc-dbname.xml b/xmldoc/formats/options/palmdoc-dbname.xml index 8b1378917..72340fbbc 100644 --- a/xmldoc/formats/options/palmdoc-dbname.xml +++ b/xmldoc/formats/options/palmdoc-dbname.xml @@ -1 +1,5 @@ - + +This options specifies the internal name for the document. This is the name +that appears in your document reader, not the name of the file that is created +on your computer. + diff --git a/xmldoc/formats/options/palmdoc-encrypt.xml b/xmldoc/formats/options/palmdoc-encrypt.xml index 8b1378917..2d7d96091 100644 --- a/xmldoc/formats/options/palmdoc-encrypt.xml +++ b/xmldoc/formats/options/palmdoc-encrypt.xml @@ -1 +1,3 @@ - + +Use this option to encrypt hints from Groundspeak GPX files. + diff --git a/xmldoc/formats/options/palmdoc-logs.xml b/xmldoc/formats/options/palmdoc-logs.xml index 8b1378917..9e25a13ea 100644 --- a/xmldoc/formats/options/palmdoc-logs.xml +++ b/xmldoc/formats/options/palmdoc-logs.xml @@ -1 +1,3 @@ - + +Use this option to include Groundspeak cache logs in the created document. + diff --git a/xmldoc/formats/options/palmdoc-nosep.xml b/xmldoc/formats/options/palmdoc-nosep.xml index 8b1378917..75e79abf7 100644 --- a/xmldoc/formats/options/palmdoc-nosep.xml +++ b/xmldoc/formats/options/palmdoc-nosep.xml @@ -1 +1,3 @@ - + +To suppress the dashed lines between waypoints, use this option. + diff --git a/xmldoc/formats/palmdoc.xml b/xmldoc/formats/palmdoc.xml index 3f05de7c9..5c7a6cf31 100644 --- a/xmldoc/formats/palmdoc.xml +++ b/xmldoc/formats/palmdoc.xml @@ -1,25 +1,13 @@ - - - - PalmDoc output is similar to Text output, except that it -generates a Palm Database (PDB) file suitable for use with programs -like CSpotRun, TealDoc, AportisDoc, Palm Reader, and others. The -resulting file also contains bookmarks to make it easy to jump to a -particular waypoint. To suppress the dashed lines between waypoints, -use the 'nosep' option. To specify a name for the document, use the -'dbname' option. Use the 'encrypt' option to encrypt hints from -Groundspeak GPX files. Use the 'logs' option to include Groundspeak -cache logs. If you would like the generated bookmarks to start with -the short name for the waypoint, specify the 'bookmarks_short' option. -This is particularly useful when used in combination with the 'sort' -filter. + +PalmDoc output is similar to Text +output, except that it generates a Palm Database (PDB) file suitable for +use with programs like CSpotRun, TealDoc, AportisDoc, Palm Reader, and +others. The resulting file also contains bookmarks to make it easy to jump +to a particular waypoint. - The following command line reads a GPX file with -Groundspeak extensions and writes a Palm document with encrypted hints -and logs: + +The following command line reads a GPX file with Groundspeak extensions +and writes a Palm document with encrypted hints and logs: - gpsbabel -i gpx -f 12345.gpx \ -o - "palmdoc,dbname=Unfound Geocaches,encrypt,logs" \ - -F 12345.pdb - +gpsbabel -i gpx -f 12345.gpx -o "palmdoc,dbname=Unfound Geocaches,encrypt,logs" -F 12345.pdb -- 2.30.2